home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga News 95
/
Amiga News 95.iso
/
dpat
/
dpat84
/
errormsg
/
fd
/
errormsg_lib.fd
Wrap
Text File
|
1994-12-22
|
1KB
|
38 lines
*
* errormsg_lib.fd © 1994 Frédéric Delacroix
*
##base _ErrorMsgBase
##bias 30
##public
*
* --------------functions in V1 and higher-------------------
GetErrorMsgA(Code,System,Subsystem,TagList)(d0/d1/d2,a0)
*tagcall
DisplayErrorMsgA(Code,System,Subsystem,TagList)(d0/d1/d2,a0)
*tagcall
DisplayMessageA(TextFmt,Args,TagList)(a0/a1/a2)
*tagcall
PutErrorMsg(Code,System,Subsystem,Header)(d0/d1/d2,a0)
AlertErrorMsg(Code,System,Subsystem)(d0/d1/d2,a0)
*
##private
* --------------functions in V2 and higher-------------------
* ---- ARexx query function. You must supply -60 as the ----
* ---- offset for ADDLIB(), and please ask for version 2 ----
* -----------------------------------------------------------
*
ArexxQuery()()
*
##public
*
* --------------functions in V4 and higher-------------------
ermOpenLibraryA(LibName,Version,TagList)(A1,D0,A2)
*tagcall
ermOpenLibraryIDA(SystemID,Version,Storage,TagList)(D1,D0,A0,A2)
*tagcall
ermOpenDeviceA(SystemID,unitNumber,ioRequest,flags,TagList)(D2,D0,A1,D1,A2)
*tagcall
ermOpenResourceA(ResourceName,Storage,TagList)(A1,A0,A2)
*tagcall
##end